You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
// Description for the AuthMappingProfile. Field introduced in 22.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
19
22
Description*string`json:"description,omitempty"`
20
23
24
+
// Filters for granular object access control based on object labels. Multiple filters are merged using the AND operator. If empty, all objects according to the privileges will be accessible to the user. Field introduced in 32.1.1. Maximum of 4 items allowed. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
// Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
// Buffering size for the responses from the OAUTH enpoints. Allowed values are 0-32768000. Field introduced in 21.1.3. Unit is BYTES. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
// Organization Id for OAuth. Field introduced in 30.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
49
-
OrgID*string`json:"org_id,omitempty"`
50
-
51
45
// Pool object to interface with Authorization Server endpoints. It is a reference to an object of type Pool. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
52
46
PoolRef*string`json:"pool_ref,omitempty"`
53
47
54
48
// Redirect URI specified in the request to Authorization Server. Field introduced in 30.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
55
49
RedirectURI*string`json:"redirect_uri,omitempty"`
56
50
57
-
// Uuid value of csp service. Field introduced in 30.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
58
-
ServiceID*string`json:"service_id,omitempty"`
59
-
60
-
// Name of the csp service. Field introduced in 30.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
61
-
ServiceName*string`json:"service_name,omitempty"`
62
-
63
51
// URL of token exchange server. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
0 commit comments