Skip to main content

Get all metadata policies

GET 

/dashboard/federation/referencedatapolicies

get all metadata policies

Request

Query Parameters

    Status string

    The policy status to return of the result set

    Type string

    The policy type to return of the result set

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...