Uses of Class
odata.msgraph.client.security.complex.KubernetesServiceAccountEvidence
-
Packages that use KubernetesServiceAccountEvidence Package Description odata.msgraph.client.security.complex -
-
Uses of KubernetesServiceAccountEvidence in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as KubernetesServiceAccountEvidence Modifier and Type Field Description protected KubernetesServiceAccountEvidenceKubernetesPodEvidence. serviceAccountMethods in odata.msgraph.client.security.complex that return KubernetesServiceAccountEvidence Modifier and Type Method Description KubernetesServiceAccountEvidenceKubernetesServiceAccountEvidence.Builder. build()KubernetesServiceAccountEvidenceKubernetesServiceAccountEvidence. withName(String name)KubernetesServiceAccountEvidenceKubernetesServiceAccountEvidence. withNamespace(KubernetesNamespaceEvidence namespace)KubernetesServiceAccountEvidenceKubernetesServiceAccountEvidence. withUnmappedField(String name, String value)Methods in odata.msgraph.client.security.complex that return types with arguments of type KubernetesServiceAccountEvidence Modifier and Type Method Description Optional<KubernetesServiceAccountEvidence>KubernetesPodEvidence. getServiceAccount()Methods in odata.msgraph.client.security.complex with parameters of type KubernetesServiceAccountEvidence Modifier and Type Method Description KubernetesPodEvidence.BuilderKubernetesPodEvidence.Builder. serviceAccount(KubernetesServiceAccountEvidence serviceAccount)KubernetesPodEvidenceKubernetesPodEvidence. withServiceAccount(KubernetesServiceAccountEvidence serviceAccount)
-