public interface DecisionPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PolicyContext |
getContext()
policy context used in the decision
|
PolicyContextOrBuilder |
getContextOrBuilder()
policy context used in the decision
|
PolicyInstance |
getPolicyInstance()
policy instance used in decision
|
PolicyInstanceOrBuilder |
getPolicyInstanceOrBuilder()
policy instance used in decision
|
String |
getRegistryDigest()
digest of the policy image
|
com.google.protobuf.ByteString |
getRegistryDigestBytes()
digest of the policy image
|
String |
getRegistryImage()
image of the policy in the registry, including org (e.g.
|
com.google.protobuf.ByteString |
getRegistryImageBytes()
image of the policy in the registry, including org (e.g.
|
String |
getRegistryService()
registry service where policy was retrieved from (e.g.
|
com.google.protobuf.ByteString |
getRegistryServiceBytes()
registry service where policy was retrieved from (e.g.
|
String |
getRegistryTag()
tag of the policy image (e.g.
|
com.google.protobuf.ByteString |
getRegistryTagBytes()
tag of the policy image (e.g.
|
boolean |
hasContext()
policy context used in the decision
|
boolean |
hasPolicyInstance()
policy instance used in decision
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContext()
policy context used in the decision
.aserto.authorizer.v2.api.PolicyContext context = 1 [json_name = "context"];PolicyContext getContext()
policy context used in the decision
.aserto.authorizer.v2.api.PolicyContext context = 1 [json_name = "context"];PolicyContextOrBuilder getContextOrBuilder()
policy context used in the decision
.aserto.authorizer.v2.api.PolicyContext context = 1 [json_name = "context"];String getRegistryService()
registry service where policy was retrieved from (e.g. opcr.io)
string registry_service = 2 [json_name = "registryService"];com.google.protobuf.ByteString getRegistryServiceBytes()
registry service where policy was retrieved from (e.g. opcr.io)
string registry_service = 2 [json_name = "registryService"];String getRegistryImage()
image of the policy in the registry, including org (e.g. acmecorp/peoplefinder-abac)
string registry_image = 3 [json_name = "registryImage"];com.google.protobuf.ByteString getRegistryImageBytes()
image of the policy in the registry, including org (e.g. acmecorp/peoplefinder-abac)
string registry_image = 3 [json_name = "registryImage"];String getRegistryTag()
tag of the policy image (e.g. 0.8.2 or latest)
string registry_tag = 4 [json_name = "registryTag"];com.google.protobuf.ByteString getRegistryTagBytes()
tag of the policy image (e.g. 0.8.2 or latest)
string registry_tag = 4 [json_name = "registryTag"];String getRegistryDigest()
digest of the policy image
string registry_digest = 5 [json_name = "registryDigest"];com.google.protobuf.ByteString getRegistryDigestBytes()
digest of the policy image
string registry_digest = 5 [json_name = "registryDigest"];boolean hasPolicyInstance()
policy instance used in decision
.aserto.authorizer.v2.api.PolicyInstance policy_instance = 6 [json_name = "policyInstance"];PolicyInstance getPolicyInstance()
policy instance used in decision
.aserto.authorizer.v2.api.PolicyInstance policy_instance = 6 [json_name = "policyInstance"];PolicyInstanceOrBuilder getPolicyInstanceOrBuilder()
policy instance used in decision
.aserto.authorizer.v2.api.PolicyInstance policy_instance = 6 [json_name = "policyInstance"];Copyright © 2023. All rights reserved.