OBJECT
ManagementEndpointCredentialBrokerResponse
Management Endpoint Credential broker Response
link GraphQL Schema definition
- type ManagementEndpointCredentialBrokerResponse {
- # Lemans accessKey for corresponding agent/broker, this is a protected for query
- # with read only users
- String :
- # Deployment YAML: This will be only populated for mutation operation and will be
- # set null for query operations.
- String :
- # Management Endpoint Credential broker Response
- ManagementEndpointCredentialBroker :
- # Script URL which is needed for deploying the kubernets pod
- HyperLink :
- }