

# KubernetesRoleBindingDetails


Contains information about the role binding that grants the permission defined in a Kubernetes role.

## Contents


 ** kind **   <a name="guardduty-Type-KubernetesRoleBindingDetails-kind"></a>
The kind of the role. For role binding, this value will be `RoleBinding`.  
Type: String  
Required: No

 ** name **   <a name="guardduty-Type-KubernetesRoleBindingDetails-name"></a>
The name of the `RoleBinding`.  
Type: String  
Required: No

 ** roleRefKind **   <a name="guardduty-Type-KubernetesRoleBindingDetails-roleRefKind"></a>
The type of the role being referenced. This could be either `Role` or `ClusterRole`.  
Type: String  
Required: No

 ** roleRefName **   <a name="guardduty-Type-KubernetesRoleBindingDetails-roleRefName"></a>
The name of the role being referenced. This must match the name of the `Role` or `ClusterRole` that you want to bind to.  
Type: String  
Required: No

 ** uid **   <a name="guardduty-Type-KubernetesRoleBindingDetails-uid"></a>
The unique identifier of the role binding.  
Type: String  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/guardduty-2017-11-28/KubernetesRoleBindingDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/guardduty-2017-11-28/KubernetesRoleBindingDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/guardduty-2017-11-28/KubernetesRoleBindingDetails) 