github.com/Axway/agent-sdk@v1.1.101/pkg/apic/apiserver/models/management/v1alpha1/model_credential_policies.go (about) 1 package management 2 3 // GENERATE: All of the code below was replaced after code generation 4 5 // CredentialPolicies (management.v1alpha1.Credential) 6 type CredentialPolicies struct { 7 // Defines on if Credential can be renewed. 8 Expiry *CredentialPoliciesExpiry `json:"expiry,omitempty"` 9 }