# Functions
String returns the string value of the RequestType enum.
NewAccessDataBuilder - create a access data builder.
NewAccessRequestBuilder - called by the agent package and sends in the function that registers this access request.
NewCRDBuilder - called by the agent package and sends in the function that registers this credential request.
NewCredentialBuilder - create a credential builder.
NewQuotaFromAccessRequest create a Quota interface from an access request or nil if no quota on access request.
NewRequestStatusBuilder - create a request Status builder.
NewSchemaBuilder - Creates a new subscription schema builder.
NewSchemaBuilder - Creates a new subscription schema builder.
NewSchemaPropertyBuilder - Creates a new subscription schema property builder.
NewStatusReason converts a RequestStatus into a ResourceStatus.
# Constants
Annually -.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
Daily -.
Supported data types.
Supported data types.
Supported data types.
Supported data types.
Supported data types.
Deprovision - state is waiting to deprovision.
DeprovisionExpiredCredential - deprovision expired credentials.
Enable - enable a credential.
Error - request failed.
Expire - mark the credential as expired.
default names of ARD and CRDs.
Monthly -.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
default names of ARD and CRDs.
Pending - request is pending.
Provision - state is waiting to provision.
RequestTypeProvision - provision new credentials.
RequestTypeRenew - renew existing credentials.
Rotate - create a new secret for a credential.
Success - request was successful.
Suspend - disable a credential.
Weekly -.
# Interfaces
AccessData - holds the details about the access data to send to platform.
AccessDataBuilder - builder to create new access data to send to Central.
AccessRequest - interface for agents to use to get necessary access request details.
AccessRequestBuilder - aids in creating a new access request.
ApplicationRequest - interface for agents to use to get necessary application request details.
ArrayPropertyBuilder - specific methods related to the Array property builders.
Credential - holds the details about the credential to send to encrypt and send to platform.
CredentialBuilder - builder to create new credentials to send to Central.
CredentialRequest - interface for agents to use to get necessary credential request details.
CredentialRequestBuilder - aids in creating a new credential request.
IDPCredentialData - interface for the IDP credential request.
IntegerPropertyBuilder - specific methods related to the Integer property builders.
NumberPropertyBuilder - specific methods related to the Number property builders.
ObjectPropertyBuilder - specific methods related to the Object property builders.
PropertyBuilder - mandatory methods for all property builders.
No description provided by the author
Provisioning - interface to be implemented by agents for access provisioning.
Quota - interface for accessing an access requests quota.
RequestStatus - holds info about the Status of the request.
RequestStatusBuilder - builder to create new request Status.
SchemaBuilder - used to build a subscription schema for API Central.
SchemaBuilder - used to build a subscription schema for API Central.
StringPropertyBuilder - specific methods related to the String property builders.
TypePropertyBuilder - common methods related to type property builders.
# Type aliases
CredentialAction - the Action the agent needs to take for this CredentialUpdate request.
ExpiredCredentialAction - the action to take on an expired credential.
QuotaInterval is the quota limit.
RegisterAccessRequestDefinition - the function signature used when calling the NewAccessRequestBuilder function.
RegisterCredentialRequestDefinition - the function signature used when calling the NewCredentialRequestBuilder function.
RequestType - the type of credential request being sent.
State is the provisioning state.
Status - the Status of the request.