public interface WorkforceIdentityBasedManagementURIOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFirstPartyManagementUri()
public abstract String getFirstPartyManagementUri()
Output only. First party Management URI for Google Identities.
string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The firstPartyManagementUri. |
getFirstPartyManagementUriBytes()
public abstract ByteString getFirstPartyManagementUriBytes()
Output only. First party Management URI for Google Identities.
string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for firstPartyManagementUri. |
getThirdPartyManagementUri()
public abstract String getThirdPartyManagementUri()
Output only. Third party Management URI for External Identity Providers.
string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The thirdPartyManagementUri. |
getThirdPartyManagementUriBytes()
public abstract ByteString getThirdPartyManagementUriBytes()
Output only. Third party Management URI for External Identity Providers.
string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for thirdPartyManagementUri. |