Skip to main content

AccessCertification

/api/AccessCertification/AccessCertificationCampaign

Get

Summary:

Returns all the access certification campaigns according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The access certification campaign list.

Post

Summary:

Creates an access certification campaign.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the access certification campaign creation.

/api/AccessCertification/AccessCertificationCampaign/{id}

Get

Summary:

Returns an access certification campaign corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the access certification campaign.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The access certification campaign.

Put

Summary:

Updates an access certification campaign.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the access certification campaign to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the access certification campaign update.

Delete

Summary:

Deletes an access certification campaign.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the access certification campaign to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the access certification campaign delete.

/api/AccessCertification/AccessCertificationCampaignPolicy

Get

Summary:

Returns all the policies according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The policy list.
400No access certification policy can be found in database.

/api/AccessCertification/AccessCertificationItem

Get

Summary:

Returns all the access certification items of the campaignId campaign according to the provided squery.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
campaignIdRecertification campaign Id.False
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The access certification item list.