public static interface DeployedIndexAuthConfig.AuthProviderOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowedIssuers(int index)
public abstract String getAllowedIssuers(int index) A list of allowed JWT issuers. Each entry must be a valid Google
service account, in the following format:
service-account-name@project-id.iam.gserviceaccount.com
repeated string allowed_issuers = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The allowedIssuers at the given index. |
getAllowedIssuersBytes(int index)
public abstract ByteString getAllowedIssuersBytes(int index) A list of allowed JWT issuers. Each entry must be a valid Google
service account, in the following format:
service-account-name@project-id.iam.gserviceaccount.com
repeated string allowed_issuers = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the allowedIssuers at the given index. |
getAllowedIssuersCount()
public abstract int getAllowedIssuersCount() A list of allowed JWT issuers. Each entry must be a valid Google
service account, in the following format:
service-account-name@project-id.iam.gserviceaccount.com
repeated string allowed_issuers = 2;
| Type | Description |
| int | The count of allowedIssuers. |
getAllowedIssuersList()
public abstract List<String> getAllowedIssuersList() A list of allowed JWT issuers. Each entry must be a valid Google
service account, in the following format:
service-account-name@project-id.iam.gserviceaccount.com
repeated string allowed_issuers = 2;
| Type | Description |
| List<String> | A list containing the allowedIssuers. |
getAudiences(int index)
public abstract String getAudiences(int index)The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The audiences at the given index. |
getAudiencesBytes(int index)
public abstract ByteString getAudiencesBytes(int index)The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the audiences at the given index. |
getAudiencesCount()
public abstract int getAudiencesCount()The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;
| Type | Description |
| int | The count of audiences. |
getAudiencesList()
public abstract List<String> getAudiencesList()The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;
| Type | Description |
| List<String> | A list containing the audiences. |