Skip to main content

Get the metadata policy for a federation

GET 

/references/federations/:FederationId/metadata-policy

get the metadata policy for a federation

Request

Path Parameters

    FederationId uuidrequired

    Possible values: <= 36 characters

    The federation id

Query Parameters

    type MetadataPolicyTypeEnum

    Possible values: Value must match regular expression ^[^<>]*$, [openid_relying_party, openid_provider, oauth_authorization_server, oauth_client, oauth_resource, federation_entity]

    The metadata policy type

    policyStatus PolicyApprovalStatusEnum

    Possible values: Value must match regular expression ^[^<>]*$, [active, assignable, pending, rejected]

    version MetadataPolicyVersion

    The metadata policy version. Providing a value of '0' returns the latest version

    page integer

    The page number to return of the result set

    size integer

    The size of the pages to return

    sort string

    The field name to sort

Responses

Paged data of federation metadata policies

Response Headers

  • x-fapi-interaction-id

    string

Schema

    content

    object[]

  • Array [

  • ReferenceID MetadataPolicyId (string)

    Possible values: <= 36 characters, Value must match regular expression ^[^<>]*$

    The id of the metadata policy

    FederationID uuid

    Possible values: <= 36 characters

    The ID of the federation

    Type MetadataPolicyTypeEnum (string)

    Possible values: Value must match regular expression ^[^<>]*$, [openid_relying_party, openid_provider, oauth_authorization_server, oauth_client, oauth_resource, federation_entity]

    The type of the metadata policy

    Version MetadataPolicyVersion (integer)

    The version of the metadata policy

    Policy MetadataPolicyJson (string)

    Possible values: Value must match regular expression ^[^<>]*$

    The json of the metadata policy

    Status PolicyApprovalStatusEnum (string)

    Possible values: Value must match regular expression ^[^<>]*$, [active, assignable, pending, rejected]

    The status of the policy

    CreatedAt date-time
  • ]

  • totalPages integer
    totalSize integer

    pageable

    object

    number integer

    Page number

    sort

    object

    sorted boolean

    orderBy

    object[]

  • Array [

  • property string

    Name of the property used for sorting

    direction string

    Possible values: [ASC, DESC]

    Direction of sort, i.e. ascending or descending

    ignoreCase boolean

    Was the case ignored

    ascending boolean

    Whether ascending

  • ]

  • size integer

    Size of the page

    offset integer

    Offset

    sorted boolean

    Is the page sorted

    unpaged boolean

    Is this an unpaged response

    numberOfElements integer
    size integer
    offset integer
    empty boolean
    pageNumber integer
Loading...